Deprecated API


Contents
Deprecated Methods
algalcommand.io.xml.Element.addAttribute(String, String)
          Use setAttribute(name, value) instead; 
algalcommand.io.xml.Element.main(String[])
            
algalcommand.io.xml.RootElement.main(String[])
          For testing only 
algalcommand.io.XMLWriter.makeXMLDocument()
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLWriter.makeXMLElement(String, Document)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLReader.parseFile(File)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLReader.parseXMLString(String)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLWriter.SafeXMLString(Node)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLWriter.writeXML(Node, OutputStream)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLWriter.writeXML(Node, Writer)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety) 
algalcommand.io.XMLWriter.XMLString(Node)
          Will be discontinuing the use of SAX parsers (due to lack of thread safety)